'Declaration
<DispIdAttribute(42)> Function AddTransformationMatrix( _ ByVal a As Single, _ ByVal b As Single, _ ByVal c As Single, _ ByVal d As Single, _ ByVal e As Single, _ ByVal f As Single _ ) As GdPictureStatus
[DispId(42)] GdPictureStatus AddTransformationMatrix( float a, float b, float c, float d, float e, float f )
function AddTransformationMatrix( a: Single; b: Single; c: Single; d: Single; e: Single; f: Single ): GdPictureStatus;
DispIdAttribute(42) function AddTransformationMatrix( a : float, b : float, c : float, d : float, e : float, f : float ) : GdPictureStatus;
Parameters
- a
- b
- c
- d
- e
- f